[0] HttpException in App.php line 341

模块不存在:public

  1. // 模块初始化
  2. if ($module && $available) {
  3. // 初始化模块
  4. $request->module($module);
  5. $config = self::init($module);
  6. // 模块请求缓存检查
  7. $request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 当前模块路径
  17. App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack

  1. in App.php line 341
  2. at App::module(['public', 'static', 'home'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 130
  3. at App::run() in start.php line 19
  4. at require('/mnt/wwwroot/www.huu...') in index.php line 35

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/mnt/wwwroot/www.huudon.net/index.php
QUERY_STRING
s=/public/static/home/js/layer/'%2Bb.content[0]%2B'
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/public/static/home/js/layer/'+b.content[0]+'
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/mnt/wwwroot/www.huudon.net
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
http
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.18.0
REMOTE_ADDR
3.144.243.184
REMOTE_PORT
60480
SERVER_ADDR
172.18.169.252
SERVER_PORT
80
SERVER_NAME
www.huudon.net
REDIRECT_STATUS
200
PATH_INFO
/public/static/home/js/layer/'+b.content[0]+'
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_HOST
www.huudon.net
PHP_SELF
REQUEST_TIME_FLOAT
1715212241.8464
REQUEST_TIME
1715212241
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/mnt/wwwroot/www.huudon.net/application/
THINK_VERSION
5.0.12
THINK_START_TIME
1715212241.8471
THINK_START_MEM
260328
EXT
.php
DS
/
THINK_PATH
/mnt/wwwroot/www.huudon.net/thinkphp/
LIB_PATH
/mnt/wwwroot/www.huudon.net/thinkphp/library/
CORE_PATH
/mnt/wwwroot/www.huudon.net/thinkphp/library/think/
TRAIT_PATH
/mnt/wwwroot/www.huudon.net/thinkphp/library/traits/
ROOT_PATH
/mnt/wwwroot/www.huudon.net/
EXTEND_PATH
/mnt/wwwroot/www.huudon.net/extend/
VENDOR_PATH
/mnt/wwwroot/www.huudon.net/vendor/
RUNTIME_PATH
/mnt/wwwroot/www.huudon.net/runtime/
LOG_PATH
/mnt/wwwroot/www.huudon.net/runtime/log/
CACHE_PATH
/mnt/wwwroot/www.huudon.net/runtime/cache/
TEMP_PATH
/mnt/wwwroot/www.huudon.net/runtime/temp/
CONF_PATH
/mnt/wwwroot/www.huudon.net/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
QINIU_FUNCTIONS_VERSION
7.2.2